object FAutoSet: TFAutoSet Left = 166 Top = 92 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Auto Set Microphone Level' ClientHeight = 124 ClientWidth = 344 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LocalStatus: TMemo Left = 9 Top = 10 Width = 329 Height = 68 TabStop = False Color = clWhite Lines.Strings = ( 'Press Start When Ready.' 'Be quiet until completed (about 2 seconds).' '') ReadOnly = True TabOrder = 0 end object BStart: TButton Left = 72 Top = 91 Width = 75 Height = 23 Caption = 'Start' TabOrder = 1 OnClick = BStartClick end object Button1: TButton Left = 197 Top = 91 Width = 75 Height = 23 Caption = 'Close' TabOrder = 2 OnClick = Button1Click end end